All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.sg.DigitizerInfo

java.lang.Object
   |
   +----quicktime.util.QTByteObject
           |
           +----quicktime.std.sg.DigitizerInfo

public final class DigitizerInfo
extends QTByteObject
implements PrimitivesLib, QuickTimeLib, Cloneable

Variable Index

 o kNativeSize
This is the size (the number of bytes) that are required for this class

Method Index

 o clone()
Returns a copy of this class.
 o getblendLevels()
Indicates the number of blend levels the video digitizer component supports.
 o getInputCapabilityFlags()
Indicates the capabilities of the video digitizer component with respect to the input video signal.
 o getmaxDestHeight()
Indicates the largest height value the digitizer component can accommodate in its destination.
 o getmaxDestWidth()
Indicates the maximum width the digitizer component can accommodate in its destination.
 o getMinDestHeight()
Indicates the smallest height value the digitizer component can accommodate in its destination.
 o getMinDestWidth()
Indicates the smallest width value the digitizer component can accommodate in its destination.
 o getOutputCapabilityFlags()
Indicates the capabilities of the video digitizer component with respect to the output digitized video information.
 o toString()
Print information about this object.

Variables

 o kNativeSize
 public static final int kNativeSize
This is the size (the number of bytes) that are required for this class

Methods

 o getInputCapabilityFlags
 public int getInputCapabilityFlags()
Indicates the capabilities of the video digitizer component with respect to the input video signal. These flags are discussed in “Capability Flags” beginning on page 8-14 of Inside Macintosh: QuickTime Components.

Returns:
input video signal features.
 o getOutputCapabilityFlags
 public int getOutputCapabilityFlags()
Indicates the capabilities of the video digitizer component with respect to the output digitized video information. These flags are discussed in “Capability Flags” beginning on page 8-14 of Inside Macintosh: QuickTime Components.

Returns:
output digitized video data features of digitizer component
 o getMinDestHeight
 public short getMinDestHeight()
Indicates the smallest height value the digitizer component can accommodate in its destination.

Returns:
the minimum Destination width
 o getMinDestWidth
 public short getMinDestWidth()
Indicates the smallest width value the digitizer component can accommodate in its destination.

Returns:
the minimum Destination width
 o getmaxDestHeight
 public short getmaxDestHeight()
Indicates the largest height value the digitizer component can accommodate in its destination.

Returns:
largest resizable height
 o getmaxDestWidth
 public short getmaxDestWidth()
Indicates the maximum width the digitizer component can accommodate in its destination.

Returns:
largest resizable width
 o getblendLevels
 public short getblendLevels()
Indicates the number of blend levels the video digitizer component supports.

Returns:
number of blend levels supported (2 if 1-bit mask)
 o clone
 public Object clone()
Returns a copy of this class.

Overrides:
clone in class Object
 o toString
 public String toString()
Print information about this object.

Returns:
a string representing this object
Overrides:
toString in class QTByteObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index